home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00174_Mixer- Keyboard Selector.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  325 b   |  13 lines

  1. on mouseUp
  2.   global gWhichKeyboard
  3.   set the volume of sound 12 to 0
  4.   set gWhichKeyboard to the clickOn
  5.   repeat with i = 19 to 23
  6.     puppetSprite(i, 1)
  7.     set the foreColor of sprite i to 255
  8.   end repeat
  9.   set the foreColor of sprite gWhichKeyboard to 226
  10.   updateStage()
  11.   set gWhichKeyboard to gWhichKeyboard - 18
  12. end
  13.